home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
fusion_frenzy.swf
/
scripts
/
DefineButton2_258
/
BUTTONCONDACTION on(release).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
294 b
|
13 lines
on(release){
_global.levelNumber = 0;
_global.heroLives = 3;
_global.totalPoints = 0;
_global.gameScore = 0;
_global.levelTally = 0;
_global.fusionExit = true;
_global.levelStarted = true;
_parent.tint.fadeMe = "down";
moveMe = true;
targetX = -500;
}